home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2008 February
/
MAC_easy_02_08.iso
/
Software
/
Mail Plug-ins
/
MailUnreadStatusBar046.dmg
/
MailUnreadStatusBar.app
/
Contents
/
Resources
/
showFrontMost.applescript
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-10-28
|
298 b
|
15 lines
tell application "Mail"
activate
set winid to id of message viewers
if winid is {} then
tell application "System Events"
if UI elements enabled then
tell process "Mail"
keystroke "n" using {command down, option down}
delay 1
end tell
end if
end tell
end if
end tell